func runtime.asanread
19 uses
runtime (current package)
asan0.go#L19: func asanread(addr unsafe.Pointer, sz uintptr) { throw("asan") }
cgo_sigaction.go#L86: asanread(unsafe.Pointer(old), unsafe.Sizeof(*old))
iface.go#L330: asanread(v, t.Size_)
iface.go#L345: asanread(v, t.Size_)
map.go#L407: asanread(key, t.Key.Size_)
map.go#L468: asanread(key, t.Key.Size_)
map.go#L593: asanread(key, t.Key.Size_)
map.go#L707: asanread(key, t.Key.Size_)
mbarrier.go#L204: asanread(src, typ.Size_)
mbarrier.go#L264: asanread(srcPtr, uintptr(n)*typ.Size_)
select.go#L410: asanread(cas.elem, c.elemtype.Size_)
select.go#L457: asanread(cas.elem, c.elemtype.Size_)
select.go#L498: asanread(cas.elem, c.elemtype.Size_)
slice.go#L80: asanread(from, copymem)
slice.go#L167: asanread(oldPtr, uintptr(oldLen*int(et.Size_)))
slice.go#L336: asanread(fromPtr, size)
string.go#L98: asanread(unsafe.Pointer(ptr), uintptr(n))
string.go#L161: asanread(unsafe.Pointer(ptr), uintptr(n))
string.go#L213: asanread(unsafe.Pointer(&a[0]), uintptr(len(a))*unsafe.Sizeof(a[0]))
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |